getIntent

@NonNull
open fun getIntent(): @NonNull Intent(source)

Retrieve the Intent as configured so far by the IntentBuilder. This Intent is suitable for use in a ShareActionProvider or chooser dialog.

To create an intent that will launch the activity chooser so that the user may select a target for the share, see createChooserIntent.

Return

The current Intent being configured by this builder